home *** CD-ROM | disk | FTP | other *** search
- //
- // Copyright (C) 1991 Texas Instruments Incorporated.
- //
- // Permission is granted to any individual or institution to use, copy, modify,
- // and distribute this software, provided that this complete copyright and
- // permission notice is maintained, intact, in all copies and supporting
- // documentation.
- //
- // Texas Instruments Incorporated provides this software "as is" without
- // express or implied warranty.
- //
-
-
- This directory contains the beginnings of a simplified version of "ice"
- ("lite-ice"). An attempt was being made to remove dependencies on
- non-standard utility programs, on the non-standard exception handling
- mechanism, and on the generic class for runtime type determination. It is
- incomplete.
-
-
- To build this whole thing from scratch do the following:
-
- 1. Edit the file "Makedefs" in this directory to assign the correct values to
- the macros. Hopefully the only thing you will have to change is "TOP"
- which is the pathname of the directory where this file resides.
-
- 2. Execute the command "make allclean" to remove any old files that might
- have been left around in the directories.
-
- 3. Execute the command "make alllink" to create symbolic links in the
- "include" directory to all of the header files.
-
- 4. Execute the command "make allinstall" to build and install the bootstrap
- utilities.
-
- 5. Execute the command "make alldepend" to update the dependency information
- in the Makefiles.
-
- 6. Execute the command "make all" to build all of the libraries.
-